home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / Vista Sidebar Styler / WindowsSidebarStyler_x64.msi / _0F246D5C36B57C41D730A4E83DDB39C4 / _21214734DD044021A9867979B8F59D14 / Hello World / Sources / TestGadget.csproj < prev    next >
Text File  |  2007-01-17  |  4KB  |  92 lines

  1. ∩╗┐<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProjectGuid>{299D0CB4-0A44-4CFE-AF1F-56E0CF457BB9}</ProjectGuid>
  6.     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  7.     <RootNamespace>TestGadget</RootNamespace>
  8.     <AssemblyName>TestGadget</AssemblyName>
  9.     <WarningLevel>4</WarningLevel>
  10.     <OutputType>winexe</OutputType>
  11.     <MinFrameworkVersionRequired>3.0</MinFrameworkVersionRequired>
  12.     <Install>true</Install>
  13.     <InstallFrom>Web</InstallFrom>
  14.     <UpdateEnabled>true</UpdateEnabled>
  15.     <UpdateMode>Foreground</UpdateMode>
  16.     <UpdateInterval>7</UpdateInterval>
  17.     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  18.     <UpdatePeriodically>false</UpdatePeriodically>
  19.     <UpdateRequired>false</UpdateRequired>
  20.     <MapFileExtensions>false</MapFileExtensions>
  21.     <ApplicationVersion>1.0.0.*</ApplicationVersion>
  22.     <IsWebBootstrapper>true</IsWebBootstrapper>
  23.     <BootstrapperEnabled>true</BootstrapperEnabled>
  24.     <PublishUrl>Publish\</PublishUrl>
  25.   </PropertyGroup>
  26.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  27.     <DebugSymbols>true</DebugSymbols>
  28.     <DebugType>full</DebugType>
  29.     <Optimize>false</Optimize>
  30.     <OutputPath>.\bin\Debug\</OutputPath>
  31.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  32.   </PropertyGroup>
  33.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34.     <DebugSymbols>false</DebugSymbols>
  35.     <Optimize>true</Optimize>
  36.     <OutputPath>.\bin\Release\</OutputPath>
  37.     <DefineConstants>TRACE</DefineConstants>
  38.   </PropertyGroup>
  39.   <ItemGroup>
  40.     <Reference Include="System" />
  41.     <Reference Include="System.Data" />
  42.     <Reference Include="System.Xml" />
  43.     <Reference Include="WindowsBase" />
  44.     <Reference Include="PresentationCore" />
  45.     <Reference Include="PresentationFramework" />
  46.     <Reference Include="UIAutomationProvider" />
  47.     <Reference Include="UIAutomationTypes" />
  48.     <Reference Include="ReachFramework" />
  49.     <Reference Include="System.Printing" />
  50.     <Reference Include="System.ServiceModel" />
  51.     <Reference Include="System.Runtime.Serialization" />
  52.     <Reference Include="System.IdentityModel" />
  53.   </ItemGroup>
  54.   <ItemGroup>
  55.     <ApplicationDefinition Include="App.xaml" />
  56.     <Page Include="Window1.xaml" />
  57.     <Compile Include="App.xaml.cs">
  58.       <DependentUpon>App.xaml</DependentUpon>
  59.       <SubType>Code</SubType>
  60.     </Compile>
  61.     <Compile Include="Window1.xaml.cs">
  62.       <DependentUpon>Window1.xaml</DependentUpon>
  63.       <SubType>Code</SubType>
  64.     </Compile>
  65.   </ItemGroup>
  66.   <ItemGroup>
  67.     <Compile Include="Properties\AssemblyInfo.cs" />
  68.     <EmbeddedResource Include="Properties\Resources.resx">
  69.       <Generator>ResXFileCodeGenerator</Generator>
  70.       <LastGenOutput>Resources.cs</LastGenOutput>
  71.       <SubType>Designer</SubType>
  72.     </EmbeddedResource>
  73.     <Compile Include="Properties\Resources.cs">
  74.       <AutoGen>True</AutoGen>
  75.       <DependentUpon>Resources.resx</DependentUpon>
  76.     </Compile>
  77.     <None Include="Properties\Settings.settings">
  78.       <Generator>SettingsSingleFileGenerator</Generator>
  79.       <LastGenOutput>Settings.cs</LastGenOutput>
  80.     </None>
  81.     <Compile Include="Properties\Settings.cs">
  82.       <AutoGen>True</AutoGen>
  83.       <DependentUpon>Settings.settings</DependentUpon>
  84.     </Compile>
  85.     <AppDesigner Include="Properties\" />
  86.   </ItemGroup>
  87.   <ItemGroup>
  88.     <Resource Include="images\background.png" />
  89.   </ItemGroup>
  90.   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  91.   <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />
  92. </Project>